.merchandise_main {
  width: 100%;
}

.merchandise_main_top {
  background-size: cover;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 5%;
  position: relative;
  padding-top: 80px;
  max-width: 1440px;
  margin: 0 auto;

}

.merchandise .slick-dots {
  padding: 20px 0px;
}

.merchandise_main_top_container {
  width: 100%;
  position: relative;
  z-index: 2;

}

.merchandise_main_top_detail_item_snow{
  width: 6px;
  height: 70px;
  background-image: url(../images/2025images/deco_underline_cream_vertical.svg);
  background-repeat: no-repeat;
  background-size: cover;
}


.merchandise_main_top .title_container {
  margin-top: 70px;
  margin-bottom: 70px;
}

.merchandise_main_top .title_container h3 {
  position: relative;
  transform: rotate(-4deg);
  right: unset;
  bottom: unset;
}


/* .merchandise_main_top_title {
  aspect-ratio: 691/61;
  width: 690px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/merchandise_title_bg.png);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10%;
  text-shadow: 0px 0px 4px #dfd3b9;
  font-family: "Josefin Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  color: #eee2c8;

  white-space: nowrap;
  padding-top: 5px;
} */

.merchandise_main_top_title span {}

.merchandise_main_top_desc {
  width: 100%;
  color: #29110B;
  text-align: center;
  /* EN/Body - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */

  padding-bottom: 0px;

  min-width: 300px;
  max-width: 700px;
}

.merchandise_main_top_detail {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 740px;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 36px;
}

.merchandise_main_top_detail_item {
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
  /* for mobile */
  /* min-width: 250px; */
}


.merchandise_main_top_detail_item_top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}

.merchandise_main_top_detail_item_top span {
 color: #113121;
text-align: center;

/* EN/Sub Title */
font-family: "Autour One";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 28px */
  /* 24px */
}

.merchandise_main_top_detail_item_top .detail_icon {
  width: 44px;
  height: 44px;
}

.merchandise_main_top_keychain_title {
  margin: 76px 0px 36px;
  position: relative;
  min-width: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}


.merchandise_main_top_keychain_title h3 {
  color:  #00432F;
  text-align: center;

  /* EN/Title */
  font-family: "Autour One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}


.merchandise_main_top_content {
  /* margin-top: 5%; */
  width: 100%;

  min-width: 300px;
  max-width: 1100px

  /* aspect-ratio: 360 / 412;
}

.merchandise_main_top_content_list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 36px;
  margin-left: 0px;
  min-width: 300px;
  /* flex-wrap: wrap; */
}

.merchandise_main_top_content_list {
  margin-left: 0px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
}

.merchandise_main_top_content_list_item {
  margin-left: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* the slides */
.merchandise .slick-slide {
  margin-left: 27px;
}

/* the parent */
.merchandise .slick-list {
  margin-left: -27px;
}

.merchandise .merchandise_main_top_content_list_item_img {
  /* min-width: 300px; */
  width: 100%;


  position: relative;
  background-clip: padding-box;
  z-index: 1;

}

.merchandise_main_top_content_list_item_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  padding: 2px;
  /* Adjust this to change border thickness */
  background: linear-gradient(135deg, #98855d 0%, #eee2c8 49%, #b8a16f 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.merchandise_main_top_content_list_item_price {
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #6e6653;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 280px;
  width: 100%;
  gap: 20px;
}

.merchandise_main_top_content_list_item_desc1 {
  color: #29110B;
  text-align: center;

  /* EN/Body - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  display: block;

  max-width: 700px;
  text-align: center;
  margin: 0 auto;

}

.initial_tag {
  background-image: url(../images/merchandise_initial_tag.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.merchandise_main_top_content_list_item_desc2 {
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #242711;
}

.merchandise_main_middle {
  width: 100%;
  position: relative;
  padding-inline: 4%;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

/* .merchandise_main_middle::after {
  content: "";
  display: block;
  width: 18%;
  aspect-ratio: 254 / 382;
  background-image: url(../images/checkout_top_deco_ball.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 7%;
  top: -40px;
  z-index: 2;
} */
.merchandise_main_middle_content_title {
  width: 50%;
  aspect-ratio: 474 / 56;
  position: relative;
  min-width: 300px;
}



.merchandise_main_middle_content_title h3 {
  color: #fcf3e8;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  height: 55px;
  /* padding-block: 20px; */
  padding-top: 5px;
}

.merchandise_main_middle_content_title .divisionLine2 {
  display: block;
  width: 100%;
  height: 1px;
  /* background-image: url(../images/santa_grove_seperate_line.svg); */
  /* background-position: center; */
  /* background-color: transparent; */
  background-repeat: no-repeat;
  background-size: 245% auto;
  background-size: cover;
  background: linear-gradient(90deg, #fff 0%, #e5d2a9 48.5%, #fff 100%);
}

.merchandise_main_middle_content_price {
  color: #29110B;
  text-align: center;

  /* EN/Sub Title */
  font-family: "Autour One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  width: 100%;
  /* margin-top: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}




.merchandise_main_middle_content_desc {
  color: #29110B;
  text-align: center;

  /* EN/Body - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin-top: 16px;
}

.merchandise_main_middle_content_item {
  display: flex;
  flex-direction: row;
  align-items: center;

  gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
}

.merchandise_main_middle_content_item_img {
  display: flex;
  width: 60%;

  min-width: 300px;
  max-width: 530px;
  ;


  position: relative;

  z-index: 2;
}

.merchandise_main_middle_content_item_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 2px;
  /* Adjust this to change border thickness */
  background: linear-gradient(135deg, #98855d 0%, #eee2c8 49%, #b8a16f 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.merchandise_main_middle_content_item_desc {
  color: #eee2c8;
  /* Desktop EN/Headline 4 - Medium */
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 178px;
}

.merchandise_main_middle_content_itemList {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5%;

  margin-bottom: 36px;
}

.merchandise_main_middle_content_item {
  width: 60%;
  min-width: 300px;
  max-width: 540px;

}

.merchandise_main_middle_content_detail_row {
  width: 100%;
  color: #fcf3e8;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  min-width: 300px;
  margin-bottom: 26px;
  max-width: 740px;
}


.merchandise_main_middle_content_detail_row3 {
  display: block;
  color: #e5d2a9;
  text-align: center;
  /* Desktop EN/Body - Demi Bold */
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  margin-top: 24px;
}

.merchandise_main_middle_content_detail_row_short {
  width: 100%;
  min-width: 250px;
  color: #fcf3e8;
  text-align: center;
  max-width: 740px;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 24px;
}

.link_to_tac {
  color: #c7c4b8;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  margin-top: 24px;
  display: block;

  width: 100%;
}

.merchandise_main_bottom {
 width: 100%;
    aspect-ratio: 432 / 201;
    position: relative;
    /* overflow: hidden; */
    margin-top: 55px;
}

#merchandise_main_bottom_shop {
  width: 100%;
  aspect-ratio: 432/197;
  background-image: url(../images/2025images/deco_shop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  bottom: 0px;
}


#merchandise_main_bottom_fox {
width: 40%;
    aspect-ratio: 764 / 771;
    background-image: url(../images/2025images/deco_hippo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-20%);
    max-width: 700px;
    bottom: 0px;
}

.merchandise_main_top_deco {
  display: block;
  width: 5%;
  aspect-ratio: 1/1;
}

.deco1 {
  background-image: url(../images/deco_monster_ball_red.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 200px;
  left: 5%;
  min-width: 80px;
}

.deco1::before {
  content: "";
  display: block;
  height: 220px;
  width: 2px;
  background-color: #2427111a;
  position: absolute;
  transform: translateY(-96%);
  left: 50%;
}

.deco2 {
  width: 3%;
  background-image: url(../images/deco_green_yarn_ball.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 370px;
  left: 10%;
  min-width: 45px;
}

.deco2::before {
  content: "";
  display: block;
  height: 400px;
  width: 2px;
  background-color: #2427111a;
  position: absolute;
  transform: translateY(-96%);
  left: 50%;
}

.deco3 {
  width: 3%;
  background-image: url(../images/deco_gray_yarn_ball.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 188px;
  left: 22%;
  min-width: 40px;
}

.deco3::before {
  content: "";
  display: block;
  height: 200px;
  width: 2px;
  background-color: #2427111a;
  position: absolute;
  transform: translateY(-96%);
  left: 50%;
}


.deco4::before {
  content: "";
  display: block;
  height: 300px;
  width: 2px;
  background-color: #2427111a;
  position: absolute;
  transform: translateY(-96%);
  left: 50%;
}

.workshop_intro_container_main_workshopList_item_img:nth-child(1) {
  background-image: url(../images/workshop1_photo.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.merchandise_main_top_content_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.merchandise_main_top_detail_item_bottom, .merchandise_main_top_detail_item_bottom {
  white-space: nowrap;
color: #29110B;
text-align: center;

/* EN/Body - Regular */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}

.merchandise .santa_remark {
  max-width: 740px;
  margin-top: 50px;
  margin-bottom: 24px;
}

.merchandise .santa_remark li {
  color: #29110B
}

.merchandise .link_to_tnc {
  color: #29110B;
  margin-top: 0px;
}

.merchandise .link_to_tnc a {
  color: #29110B;
}

  .merchandise_main_middle_content_item_set{
   width: 100%;
   margin-bottom: 36px;
   text-align: center;
  }

.merchandise_main_middle_content_item_set  .merchandise_main_middle_content_item{
  position: relative;
  width: 538px;
  height: 338px;
  background-image: url(../images/2025images/deco_addon_placeholder.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto;

}

.merchandise_main_middle_content_item_set  .merchandise_main_middle_content_item  img{
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: url(../images/2025images/stamp_xmas_tree.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
    top: 3%;
    left: -11%;
    animation: rotateAnimation 10s 
linear infinite;
}

@media (max-width: 960px) {
  .merchandise_main_top_keychain_title{
    margin: 66px auto 32px;
  }
  .merchandise_main_top_detail_item_snow{
    display: none;
  }
.merchandise_main_middle_content_item_set  .merchandise_main_middle_content_item{
  position: relative;
  width: 100%;
  height: auto;
aspect-ratio: 416/261;
  background-image: url(../images/2025images/deco_addon_placeholder.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  max-width: 500px;
  min-width: 300px;

}

.merchandise_main_middle_content_item_set  .merchandise_main_middle_content_item  img{
 position: absolute;
            position: absolute;
        width: 22%;
        height: auto;
        min-width: 66px;
        background-image: url(../images/2025images/stamp_xmas_tree.png);
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        /* top: 55%; */
        left: -6%;
        top: -3%;
    }

  .merchandise_main_top_content_list_item_price {
    justify-content: flex-start;
  }

  .merchandise_main_top_content_list_item_price img {
    display: none;
  }

  .merchandise_main_top .title_container h3 {
    white-space: wrap;
    font-size: 21px;
  }

  .merchandise_main_top_content_list_item_desc1 {
    text-align: left;
  }
.merchandise_main_top_content_list_item {
    margin-left: 0px;
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    
  }

  .merchandise_main_middle_content_item_set{
    margin-bottom: 36px;
  }

  .merchandise .merchandise_main_top_content_list_item_img {
    /* min-width: 300px; */
    min-width: 300px;
    width: 100%;
    max-width: 450px;

    position: relative;
    background-clip: padding-box;
    z-index: 1;
    margin-bottom: 16px;
  }
  .merchandise .remark_select_workshop{
  text-align: left;
  margin-bottom: 8px;
}
.merchandise .merchandise_main_top_content_list_item  img{
  display: inline;
}
  .deco_ball_container {
    width: 100%;
    position: absolute;
    top: -4%;
  }

  .merchandise_main_top .title_container {
    margin-top: 56px;
    margin-bottom: 50px;
  }

  .merchandise_main_top {}

  .merchandise_main_top_title {
    text-align: center;
    white-space: wrap;
  }

  .merchandise_main_top_detail {
    display: flex;
    flex-direction: column;
    width: 75%;
    min-width: 300px;
    align-items: center;
    justify-content: center;
    gap: 48px;
  }

  .merchandise_main_top_detail_item {
    width: 100%;
  }

  .merchandise_main_top_title {
    font-size: 20px;
    line-height: 100%;
  }

  .merchandise_main_top_content_list {
    flex-direction: column;
  }

  .merchandise_main_middle_content_itemList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5%;

    margin-bottom: 36px;
  }

  .merchandise_main_top_desc {
    width: 100%;
    text-align: left;
  }

  .merchandise_main_middle_content_detail_row {
    text-align: left;
  }

  .merchandise_main_middle_content_detail_row_short {
    text-align: left;
  }

  /* .merchandise_main_top_content_list_item {
    width: 80%;
  } */
  /* .merchandise_main_top_title {
    width: 100%;
    height: unset;
    background-image: url(../images/title_mobile_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    display: flex;
    align-items: center;

    display: flex;
    align-items: center;
    justify-content: center;
  } */

  .deco1 {
    left: 0%;
    top: 100px;
  }

  .deco2 {
    top: 122px;
    left: 30%;
  }

  .deco3 {
    top: 128px;
    left: 50%;
  }

  .deco4 {
    left: 73%;
    top: 120px;
  }
}